Bump happy-dom from 20.0.10 to 20.8.9 in /agentex-ui#180
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
smoreinis
approved these changes
Apr 3, 2026
Collaborator
|
@dependabot rebase |
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.10 to 20.8.9. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.0.10...v20.8.9) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2af6ced to
f7f892d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps happy-dom from 20.0.10 to 20.8.9.
Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
68324c2fix: #2117 Fixes issue related to cookies from the current origin being for...5437fdffix: #2113 Fixes issue where export names can be interpolated as executable...7e97acbfix: #1845 Replace implementing Node js Console with common IConsole interf...3373929fix: #2106Request.formData()should honorContent-Typeheader (#2107)55c17bafix: #2110 Fixes error thrown when modifying DOM structure in connectedCall...82a0888fix: #1845 Replace ConsoleConstructor import with indexed access type (#2095)5998eeafix: #2054 Throw error if event is not of type Event in dispatchEvent (#2092)7a11238fix: #2090 Resets cancelBubble and defaultPrevented when calling initEvent ...7d27984fix: #1422 Make inert attribute block focus interactions (#2083)53e4ec9feat: #1733 Adds support for setPointerCapture, hasPointerCapture, and rele...Greptile Summary
This PR is an automated dependabot bump of
happy-dom(a dev dependency used for browser environment simulation in tests) from20.0.10to20.8.9inagentex-ui.Key highlights:
happy-domis adevDependency.ws(^8.18.3) andentities(^7.0.1), along with@types/ws.package.jsonandpackage-lock.json.Confidence Score: 5/5
Safe to merge — purely a dev-dependency security patch with no production impact.
The change only updates a devDependency used in tests. It patches two confirmed security vulnerabilities and introduces well-known, low-risk transitive dependencies (ws, entities). No production code, schemas, or APIs are affected.
No files require special attention.
Important Files Changed
happy-domdev dependency version constraint from^20.0.10to^20.8.9; no other changes.happy-domto20.8.9, adds new transitive dev dependenciesws@8.18.3,entities@7.0.1, and@types/ws@8.18.1; all are dev-only and do not affect the production bundle.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["happy-dom 20.8.9\n(devDependency)"] --> B["@types/node >=20.0.0"] A --> C["@types/whatwg-mimetype ^3.0.2"] A --> D["@types/ws ^8.18.1\n(NEW)"] A --> E["entities ^7.0.1\n(NEW)"] A --> F["whatwg-mimetype ^3.0.0"] A --> G["ws ^8.18.3\n(NEW)"] D --> B style A fill:#f0a500,color:#000 style D fill:#90ee90,color:#000 style E fill:#90ee90,color:#000 style G fill:#90ee90,color:#000Reviews (2): Last reviewed commit: "Bump happy-dom from 20.0.10 to 20.8.9 in..." | Re-trigger Greptile